adwaita: Reset popover background in backdrop
authorTimm Bäder <mail@baedert.org>
Sat, 1 Aug 2020 08:31:53 +0000 (10:31 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 1 Aug 2020 08:34:04 +0000 (10:34 +0200)
Otherwise it inherits the generic background color from .background

Fixes #2766

gtk/theme/Adwaita/_common.scss

index 104f09d70717eb066f273ff405254e63fee05778..a2f4eab20b9015e1f7957a14c68eec1cef201e1e 100644 (file)
@@ -1738,6 +1738,10 @@ popover.background {
     box-shadow: 0 1px 2px transparentize(black, 0.7);
   }
 
+  &:backdrop {
+    background-color: transparent;
+  }
+
   > contents {
     padding: 8px;
     border-radius: $popover_radius;